-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LocalBGS cleanup #16412
LocalBGS cleanup #16412
Conversation
Generated by 🚫 Danger |
026d32e
to
509dd2f
Compare
509dd2f
to
90b193b
Compare
499e9e3
to
641202a
Compare
641202a
to
81fc530
Compare
81fc530
to
5c8bec4
Compare
87855db
to
0b85bec
Compare
31bfc18
to
3727fc1
Compare
3727fc1
to
0ec51f3
Compare
0ec51f3
to
0c38b02
Compare
0c38b02
to
f61e9d0
Compare
Move miscellaneous operations out so that: - it is easier to look at base-level functionality without all of these various operation implementations intermingled - these various operation implementations can eventually be organized according to the standards we've used for other operations
appease linter in LocalBGS
...and turn it into its own service
- add comments about private access while backwards compat (`LocalBGS`) & intentional (`BGSClient`)
5dcbe3c
to
15f0a3d
Compare
be501aa
to
847d3d5
Compare
Move miscellaneous operations out so that: